home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / strtonam < prev    next >
Text File  |  1995-03-31  |  1KB  |  36 lines

  1. Article 3421 of comp.sys.handhelds:
  2. Path: en.ecn.purdue.edu!noose.ecn.purdue.edu!samsung!zaphod.mps.ohio-state.edu!ub!acsu.buffalo.edu
  3. From: cloos@acsu.buffalo.edu (James H. Cloos)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: Re: EDIT/VISIT syseval or address needed
  6. Message-ID: <54890@eerie.acsu.Buffalo.EDU>
  7. Date: 17 Jan 91 20:10:45 GMT
  8. References: <1158@telesoft.com>
  9. Sender: news@acsu.Buffalo.EDU
  10. Organization: State University of New York @ Buffalo
  11. Lines: 20
  12. Nntp-Posting-Host: lictor.acsu.buffalo.edu
  13.  
  14. There is an internal routine that will convert any string to an id
  15. (aka global name).  \<< #05B15h SYSEVAL \>> will do it.  The following
  16. ASC encoded program will do a typecheck first, then call 5b15 if the
  17. argument is a string:
  18.  
  19. ---start---
  20. %%HP: T(3)A(R)F(.);
  21. "D9D20ECE81D004051B50B2130327A"
  22. ----end----
  23.  
  24. Use ASC\-> & then store in 'S\->N'.
  25.  
  26. As for using usrlang exclusively, \<< "'" SWAP + STR\-> \>>, as Bruce
  27. posted, is the only way (I can think of).
  28.  
  29. -JimC
  30. --
  31. James H. Cloos, Jr.        Phone:  +1 716 673-1250
  32. cloos@ACSU.Buffalo.EDU        Snail:  PersonalZipCode:  14048-0772, USA
  33. cloos@ub.UUCP            Quote:  <>
  34.  
  35.  
  36.